home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_60773.txt < prev    next >
Text File  |  1991-02-27  |  894b  |  21 lines

  1. -- card: 60773 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. C++ provides the alternative I/O header file 'stream.h' which defines the overloaded operators '>>' and '<<' for input and output.  These offer greater convenience and efficiency than scanf() and printf() since the processing appropriate to the given operands is selected automatically.
  11.  
  12. C++ functions may employ "call by reference" more conveniently than the usual technique of passing a pointer, by using "reference variables".
  13.  
  14. C++ inline expanded functions offer the efficiency of macro substitution without its associated syntactical difficulties.
  15.  
  16. Finally, C++ offers the alternative '//' comment delimiter which instructs the compiler to ignore the remainder of a line.
  17.  
  18.  
  19. -- part contents for background part 7
  20. ----- text -----
  21. 220